UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

13 lines (10 loc) 243 B
import React from 'react' import { DynamicSetting } from '@shopstack/cc-admin-lib' class SettingUrlKey extends React.PureComponent { render() { return ( <DynamicSetting {...this.props} /> ) } } export default SettingUrlKey